From: Mathieu Malaterre Date: Tue, 21 Jun 2022 12:28:01 +0000 (+0200) Subject: d/postrm: Fix possible-bashism-in-maintainer-script X-Git-Tag: archive/raspbian/3.6.9-4+rpi1^2~72 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=cae3399047c20a2582e9ffe1399950268f04fb39;p=dcmtk.git d/postrm: Fix possible-bashism-in-maintainer-script --- diff --git a/debian/dcmtk.postrm b/debian/dcmtk.postrm index 5a493f48..2d94a969 100644 --- a/debian/dcmtk.postrm +++ b/debian/dcmtk.postrm @@ -17,7 +17,7 @@ fi # Remove dcmtk user/group if they exist on cleanup if id -u "dcmtk" > /dev/null 2>&1; then - echo "Removing 'dcmtk' user and group from the system...\n" + echo "Removing \`dcmtk' user and group from the system..." userdel dcmtk fi